Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / GcSkiaBitmap Constructor / GcSkiaBitmap Constructor(String,Nullable<Rectangle>)
The file path to the image. JPEG, PNG, WEBP formats are supported.
Clipping rectangle of the image to be loaded.

In This Topic
    GcSkiaBitmap Constructor(String,Nullable<Rectangle>)
    In This Topic
    Initializes a new instance of the GcSkiaBitmap class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filePath As System.String, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    )
    public GcSkiaBitmap( 
       System.string filePath,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    filePath
    The file path to the image. JPEG, PNG, WEBP formats are supported.
    clipRect
    Clipping rectangle of the image to be loaded.
    See Also